| Package | Description |
|---|---|
| com.atid.lib.module.barcode.ssi.param |
| Modifier and Type | Method and Description |
|---|---|
SSI1DParamValue |
SSI1DParamValueList.get(int index)
Returns the parameter information of the barcode module.
|
SSI1DParamValue |
SSI1DParamValueList.getAt(SSI1DParamName name)
Returns the parameter information of the barcode module.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SSI1DParamValueList.add(SSI1DParamValue item)
Add parameter information to the SSI1DParamValueList instance.
|
boolean |
SSI1DParamValueList.add(SSI1DParamValue[] items)
Add all the information for the SSI1DParamValueList instance.
|
| Constructor and Description |
|---|
SSI1DParamValueList(SSI1DParamValue item)
Create an instance of the SSI1DParamValueList class.
|
SSI1DParamValueList(SSI1DParamValue[] item)
Create an instance of the SSI1DParamValueList class.
|